Exemplo n.º 1
0
 public function __construct()
 {
     $this->print_meta_box_content_callback = create_function('$post,$args', 'echo $args["args"];');
     add_filter('fw_get_settings_page_slug', create_function('', 'return "fw-settings";'));
     $this->undefined_option_type = new FW_Option_Type_Undefined();
     $this->option_types[$this->undefined_option_type->get_type()] = $this->undefined_option_type;
 }
Exemplo n.º 2
0
 public function __construct()
 {
     $this->print_meta_box_content_callback = create_function('$post,$args', 'echo $args["args"];');
     $this->undefined_option_type = new FW_Option_Type_Undefined();
     $this->option_types[$this->undefined_option_type->get_type()] = $this->undefined_option_type;
 }