test
Server : Apache System : Linux festive-vaughan.27-254-111-205.plesk.page 4.19.0-14-amd64 #1 SMP Debian 4.19.171-2 (2021-01-30) x86_64 User : acaindustrial ( 10114) PHP Version : 8.2.25 Disable Function : opcache_get_status Directory : /var/www/vhosts/acaindustrial.co.th/httpdocs/wp-content/plugins/so-css/inc/ |
Upload File : |
<?php /** * Remove the menu item for the CSS editor that comes bundled with SiteOrigin themes */ function siteorigin_css_legacy_remove_legacy_actions() { remove_action( 'admin_menu', 'siteorigin_custom_css_admin_menu' ); remove_action( 'wp_head', 'siteorigin_custom_css_display', 15 ); } add_action( 'after_setup_theme', 'siteorigin_css_legacy_remove_legacy_actions', 100 );