芝麻web文件管理V1.00
编辑当前文件:/home/fambnfli/www/tr/wp-content/plugins/bold-page-builder/tips.php
base != 'post' ) { return; } $options = get_option( 'bt_bb_settings' ); $post_types = get_post_types( array( 'public' => true, 'show_in_nav_menus' => true ) ); $active_pt = array(); foreach( $post_types as $pt ) { if ( ! $options || ( ! array_key_exists( $pt, $options ) || ( array_key_exists( $pt, $options ) && $options[ $pt ] == '1' ) ) ) { $active_pt[] = $pt; } } $screens = $active_pt; if ( ! in_array( $screen->post_type, $screens ) && $screen->base == 'post' ) { return; } echo ''; } add_action( 'admin_footer', 'bt_bb_tips', 20 );