automator_filter_has_var( null $variable = null, $type = INPUT_GET )
Automator filter has var – check if the $_POST/$_GET/$_REQUEST has the variable
Parameters #Parameters
- $type
-
(Optional)
Default value: INPUT_GET
- $variable
-
(Optional)
Default value: null
- $flags
-
(Required)
Return #Return
(mixed)
Source #Source
File: src/global-functions.php
function automator_filter_has_var( $variable = null, $type = INPUT_GET ) { return filter_has_var( $type, $variable ); }
Expand full source code Collapse full source code View on Github
Related #Related
Used By #Used By
Used By | Description |
---|---|
src/integrations/gototraining/helpers/gototraining-helpers.php: Gototraining_Helpers::validate_oauth_tokens() |
Callback function for OAuth redirect verification. |
src/integrations/active-campaign/helpers/active-campaign-helpers.php: Active_Campaign_Helpers::maybe_handle_switch() |
maybe_handle_switch |
src/integrations/memberpress-courses/helpers/memberpress-courses-helpers.php: Memberpress_Courses_Helpers::select_lesson_from_course_func() |
Return all the specific fields of a form ID provided in ajax call |
src/integrations/gotowebinar/helpers/gotowebinar-helpers.php: Gotowebinar_Helpers::validate_oauth_tokens() |
Callback function for OAuth redirect verification. |
src/integrations/tutorlms/helpers/tutorlms-helpers.php: Tutorlms_Helpers::select_lesson_from_course_func() |
Return all the specific fields of a form ID provided in ajax call |
src/integrations/peepso/triggers/peepso-userfollowsauser.php: PeepSo_USERFOLLOWSAUSER::user_follows_user() |
Validation function when the trigger action is hit |
src/integrations/hubspot/helpers/hubspot-helpers.php: Hubspot_Helpers::disconnect() |
disconnect |
src/core/classes/class-usage-reports.php: Usage_Reports::is_forced() |
is_forced |
src/core/admin/class-admin-menu.php: Admin_Menu::integrations_get_id_from_url() |
Returns the integration ID defined in the URL |
src/core/admin/class-admin-menu.php: Admin_Menu::maybe_redirect_to_first_settings_tab() | |
src/core/admin/admin-settings/admin-settings.php: Admin_Settings::submenu_page_output() |
Creates the output of the “Settings” page |
src/core/admin/admin-settings/tabs/premium-integrations.php: Admin_Settings_Premium_Integrations::tab_output() |
Outputs the content of the “Premium integrations” tab |
src/core/admin/admin-settings/tabs/general.php: Admin_Settings_General::tab_output() |
Outputs the content of the “General” tab |
src/core/admin/class-activity-log.php: Activity_Log::remove_specific_run() |
Remove a specific run from DB |
src/core/admin/class-activity-log.php: Activity_Log::remove_specific_recipe_runs() |
Remove all logs of a specific recipe |
src/core/admin/class-activity-log.php: Activity_Log::recipe_run_cleared() |
Show success messages |
src/integrations/learndash/tokens/ld-tokens.php: Ld_Tokens::ld_tokens() | |
src/core/admin/class-wpforms-provider.php: WPForms_Uncanny_Automator::is_integrations_page() |
Check if the user is on the integrations page. |
src/core/admin/class-wpforms-provider.php: WPForms_Uncanny_Automator::is_marketing_page() |
Check if the user is on the marketing page. |
src/core/admin/class-wpforms-provider.php: WPForms_Uncanny_Automator::builder_sidebar() | |
src/core/admin/class-prune-logs.php: Prune_Logs::add_purge_settings() |
Add field to the settings page |
src/core/admin/class-prune-logs.php: Prune_Logs::maybe_purge_logs() | |
src/integrations/google-sheet/helpers/google-sheet-helpers.php: Google_Sheet_Helpers::get_worksheet_rows_gsspreadsheet() |
Method get_worksheet_rows_gsspreadsheet |
src/integrations/google-sheet/helpers/google-sheet-helpers.php: Google_Sheet_Helpers::select_gsspreadsheet_from_gsdrive() |
Method select_gsspreadsheet_from_gsdrive |
src/integrations/wp/helpers/wp-helpers.php: Wp_Helpers::select_posts_by_post_type() |
Return all the specific fields of post type in ajax call |
src/core/admin/class-admin-menu.php: Admin_Menu::update_automator_connect() | |
src/core/admin/class-activity-log.php: Activity_Log::close_window_on_load() |
Close the window on load. |
src/core/lib/helpers/class-automator-cache-handler.php: Automator_Cache_Handler::remove_all_cache() | |
src/integrations/ultimate-member/tokens/um-tokens.php: Um_Tokens::um_token() |
Parse the tokens. |
src/integrations/wp-job-manager/triggers/wpjm-jobapplication.php: WPJM_JOBAPPLICATION::new_job_application() | |
src/integrations/wp-polls/triggers/wpp-pollsubmit.php: WPP_POLLSUBMIT::poll_success() | |
src/integrations/learndash/helpers/learndash-helpers.php: Learndash_Helpers::select_lesson_from_course_func() |
Return all the specific fields of a form ID provided in ajax call |
src/integrations/learndash/helpers/learndash-helpers.php: Learndash_Helpers::lesson_from_course_func() |
Return all the specific fields of a form ID provided in ajax call |
src/integrations/learndash/helpers/learndash-helpers.php: Learndash_Helpers::topic_from_lesson_func() |
Return all the specific fields of a form ID provided in ajax call |
src/integrations/wp/helpers/wp-helpers.php: Wp_Helpers::select_post_type_taxonomies() |
Return all the specific taxonomies of selected post type in ajax call |
src/integrations/wp/helpers/wp-helpers.php: Wp_Helpers::select_terms_for_selected_taxonomy() |
Return all the specific terms of the selected taxonomy in ajax call |
src/integrations/wp/helpers/wp-helpers.php: Wp_Helpers::select_custom_post_func() |
Return all the specific fields of post type in ajax call |
src/core/admin/class-admin-menu.php: Admin_Menu::modify_report_titles() | |
src/core/admin/class-copy-recipe-parts.php: Copy_Recipe_Parts::copy_recipe_parts() | |
src/core/admin/class-activity-log.php: Activity_Log::load_minimal_admin() |
Adds inline style to admin head. |
src/core/admin/class-activity-log.php: Activity_Log::add_log_scripts() |
Add log scripts. |
src/core/admin/class-automator-review.php: Automator_Review::save_review_settings_action() |
Callback for saving user selection for review by querystring. |
src/core/admin/class-admin-menu.php: Admin_Menu::options_menu_settings_page_output() | |
src/core/classes/class-populate-from-query.php: Populate_From_Query::query_args_exist() |
Check if query arguments exist in the GET array. |
src/core/classes/class-populate-from-query.php: Populate_From_Query::change_recipe_type() |
Changes recipe type to logged-in. |
src/core/lib/helpers/class-automator-recipe-helpers.php: Automator_Helpers_Recipe::maybe_load_trigger_options() | |
src/core/lib/helpers/class-automator-recipe-helpers.php: Automator_Helpers_Recipe::is_rest() |
Checks if the current request is a WP REST API request. |
src/core/lib/helpers/class-automator-recipe-helpers.php: Automator_Helpers_Recipe::is_edit_page() |
is_edit_page function to check if the current page is a post edit page |
src/core/admin/class-logs-list-table.php: Logs_List_Table::get_recipe_query() |
Prepare query for recipe |
src/core/admin/class-logs-list-table.php: Logs_List_Table::get_trigger_query() |
Prepare query for triggers |
src/core/admin/class-logs-list-table.php: Logs_List_Table::get_action_query() |
Prepare query for actions |
src/core/admin/class-admin-menu.php: Admin_Menu::settings_tabs() |
Changelog #Changelog
Version | Description |
---|---|
3.0 | Introduced. |