post_content, 'ifnex_tracking_form') || has_shortcode($post->post_content, 'ifnex_wallet_balance') || has_shortcode($post->post_content, 'ifnex_transactions') || has_shortcode($post->post_content, 'ifnex_tracking_status'))) { wp_enqueue_style('ifnex-bridge-css', plugin_dir_url(__FILE__) . 'assets/css/ifnex-bridge.css', array(), '1.0.0'); } } // اضافه کردن لینک به منوی پیشخوان وردپرس add_action( 'admin_menu', 'ifnex_plugin_setup_menu' ); function ifnex_plugin_setup_menu() { add_menu_page( 'تنظیمات IFNEX', 'IFNEX', 'manage_options', 'ifnex-settings', 'ifnex_settings_page_html', 'dashicons-location-alt', 30 ); } function ifnex_settings_page_html() { if (isset($_POST['ifnex_api_url']) && check_admin_referer('ifnex_settings_save')) { update_option('ifnex_api_url', sanitize_url($_POST['ifnex_api_url'])); update_option('ifnex_api_key', sanitize_text_field($_POST['ifnex_api_key'])); echo '

تنظیمات ذخیره شد.

'; } $api_url = get_option('ifnex_api_url', 'http://localhost:8000/api/v1'); $api_key = get_option('ifnex_api_key', ''); ?>

تنظیمات IFNEX Logistics Bridge