cap->create_posts ) ) { wp_die( '
' . __( 'You are not allowed to create posts as this user.' ) . '
', 403 ); } /** * @global WP_Press_This $wp_press_this */ if ( empty( $GLOBALS['wp_press_this'] ) ) { include( ABSPATH . 'wp-admin/includes/class-wp-press-this.php' ); } $GLOBALS['wp_press_this']->html();