Complex expressions

Here is the list of the most complex expressions used in the code. A complex expression is an expression that requires more than 20 tokens to be build.

Literal arrays are omitted.

File Count Expression
/lib/DS_WP_Reports_Core.php:681wp_localize_script('ds-wp-reports''DS_WP_Reports', array('ajax_url' => admin_url('admin-ajax.php'), 'action_get_report_setup' => self::AJAX_ACTION_REPORT_SETUP'action_get_report_data' => self::AJAX_ACTION_REPORT_DATA'last_x_days' => sprintf(__('Last %s days''ds-wp-reports'), '%%count%%'), 'this_month' => __('This month''ds-wp-reports'), 'last_month' => __('Last month''ds-wp-reports')))