'Settings'); $actions = array_merge($settings, $actions); } // if ($plugin == $plugin_file) { return $actions; } //function yydev_phone_btn_add_settings_link( $actions, $plugin_file ) { add_filter( 'plugin_action_links', 'yydev_phone_btn_add_settings_link', 10, 5 ); // ================================================ // output the data into the page front end // ================================================ if( !is_admin() ) { include('include/front-end-output.php'); } // if( !is_admin() ) { // ================================================ // including admin notices flie // ================================================ if( is_admin() ) { include_once('notices.php'); } // if( is_admin() ) {