Facebook_Helpers::get_settings_page_uri()
Create and retrieve the settings page uri.
Return Return
(string)
Source Source
File: src/integrations/facebook/helpers/facebook-helpers.php
public function get_settings_page_uri() { return add_query_arg( array( 'post_type' => 'uo-recipe', 'page' => 'uncanny-automator-settings', 'tab' => 'facebook_api', ), admin_url( 'edit.php' ) ); }
Expand full source code Collapse full source code View on Github