WPIntell

Source evidence

How to access?

Magic Meta Box · support · 2015-04-25T01:58:00+00:00

neutralsentiment
lowseverity
0.26relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 18 rows with source links

27.8% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

13 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
suge1w resolved
I’ve installed and activated it but it’s not showing up anywhere in my Admin panel. I’m using WP 4.2. https://wordpress.org/plugins/magic-meta-box/ no pages display in admin page this plugin for make code easier than before use it Register meta box :- if(function_exists('add_magic_meta_box')){ add_magic_meta_box('first_test_metabox', array( 'title' => 'First Test Metabox', 'pages' => array('page', 'post', 'custom_type'), 'context' => 'normal', 'priority' => 'high', 'fields' => array( array( 'type' => 'text', 'name' => 'Text Input', 'desc' => 'Put Your Name Here ', 'id' => 'text_one', 'placeholder' => 'Enter Your Name', ), ) ); } you can know more about Magic Meta Box plugin from Documentation http://www.mediafire.com/view/6f5wcf690q7gunq/Magic_Meta_Box_Documentation.pdf

Comments

1 shown
Abdelrhman elgreatly 2015-04-25T18:33:00+00:00

no pages display in admin page this plugin for make code easier than before use it Register meta box :- if(function_exists('add_magic_meta_box')){ add_magic_meta_box('first_test_metabox', array( 'title' => 'First Test Metabox', 'pages' => array('page', 'post', 'custom_type'), 'context' => 'normal', 'priority' => 'high', 'fields' => array( array( 'type' => 'text', 'name' => 'Text Input', 'desc' => 'Put Your Name Here ', 'id' => 'text_one', 'placeholder' => 'Enter Your Name', ), ) ); } you can know more about Magic Meta Box plugin from Documentation http://www.mediafire.com/view/6f5wcf690q7gunq/Magic_Meta_Box_Documentation.pdf