芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/optimyar/wp-content/plugins/elementskit-lite/libs/pro-label/init.php
id, array( 'nav-menus', 'toplevel_page_elementskit', 'edit-elementskit_template', 'dashboard' ) ) ) { return; } $activation_stamp = get_option( 'elementskit_lite_activation_stamp' ); if ( gmdate( 'd', ( time() - $activation_stamp ) ) > 10 ) { add_action( 'admin_head', array( $this, 'show_go_pro_notice' ) ); } add_action( 'admin_footer', array( $this, 'footer_alert_box' ) ); } }