Inventory_Presser_Plugin::custom_fields_key_limit( int $limit )
Filter callback that sets the number of meta keys in the Custom Fields panel in the editor. Typcially, this value is 30. We register more than 30 fields!
On This Page
Parameters Parameters
- $limit
-
(int) (Required) The number of meta keys in the Custom Fields panel in the editor.
Return Return
(int)
Source Source
File: inventory-presser.php
'rewrite' => array( 'slug' => 'inventory', 'with_front' => false, ), 'show_in_rest' => true, 'supports' => array(
Expand full source codeCollapse full source codeView on Github