0 ) { $cur_vers = substr( $cur_vers, 0, $beta ); // strip the beta part if there } return $cur_vers; } //-- // END IF CAN EDIT POSTS --------------------------------------------------------------------- function absolute_weaver_load_admin_aux() { // Add meta-blocks to page and post editor views if ( current_user_can( 'edit_posts' ) ) { // allows only admin to see, also avoids loading at runtime require_once( get_template_directory() . ABSOLUTE_WEAVER_ADMIN_DIR . '/admin-core/admin-page-posts.php' ); // per page-posts admin ( Not a template file ) } }