Example #1
0
  public function manage_help() {

    return array( 
      
      MPV::overview_tab( 
        __("<em>Site</em> Field Sets define the grouping and types of custom content fields available <em>site-wide</em>, in a <em>Site Content</em> admin menu above your post types.", MASTERPRESS_DOMAIN ) 
      )

    );

  }
Example #2
0
  public function manage_help() {

    return array( 
      
      MPV::overview_tab( 
        __("<em>Shared</em> Field Sets define the grouping and types of custom content fields available <em>across multiple post types</em> in your site.", MASTERPRESS_DOMAIN ) 
      )

    );

  }
Example #3
0
  public function manage_field_sets_help() {

    return array( 
      
      MPV::overview_tab( 
        __("<em>Template</em> Field Sets define the grouping and types of custom content fields available to <em>this specific Template</em>.", MASTERPRESS_DOMAIN ) 
      )

    );
    
  }
Example #4
0
  public function manage_help() {

    return array( 
      
      MPV::overview_tab( 
        __("Taxonomies allow you to <em>classify posts and pages</em>, which is highly useful for presenting filtered lists of them throughout your site.", MASTERPRESS_DOMAIN ) 
      )

    );

  }
Example #5
0
 public function manage_field_sets_help() {
   return array( 
     MPV::overview_tab( 
       __("Field Sets define the grouping and types of custom content fields available for this post type.", MASTERPRESS_DOMAIN ) 
     )
   );
 }
Example #6
0
 public static function help() {
   
   return array(
     
     MPV::overview_tab( 
       __("The Masterplan view summarises your WordPress content management system setup", MASTERPRESS_DOMAIN ) 
     )
     
   );
   
 }