Method |
Description |
|
__construct ( ) |
|
|
add_admin_menus ( ) |
Add Many Items |
|
add_many_new_items_page ( ) |
|
|
add_many_new_items_page_load ( ) |
* Edit Many Items |
|
add_post_meta ( $post_id ) |
|
|
add_to_dashboard ( ) |
Add to Dashboard At A Glance |
|
admin_notices ( ) |
* Edit Items List |
|
change_default_title ( $title ) |
Change ‘Enter Title Here’ text for the Menu Item. |
|
current_screen_load ( ) |
|
|
display_price ( $post_id ) |
|
|
edit_menu_items_page_load ( ) |
|
|
enqueue_many_items_scripts ( ) |
|
|
enqueue_nova_styles ( $hook ) |
Nova Styles and Scripts |
|
get_menu_by_post_id ( $post_id = null ) |
|
|
get_menu_item_loop_markup ( $field = null ) |
* Does not support nested loops |
|
get_menu_item_menu_leaf ( $post_id ) |
|
|
get_menus ( $args = [] ) |
* Data |
|
get_price ( $post_id ) |
|
|
handle_menu_item_actions ( ) |
|
|
init ( $menu_item_loop_markup = [] ) |
|
|
is_menu_item_query ( $query ) |
Query |
|
list_admin_labels ( $post_id ) |
|
|
list_labels ( $post_id ) |
|
|
maybe_reorder_menu_items ( ) |
Fires on a menu edit page. We might have drag-n-drop reordered |
|
menu_item_column_callback ( $column, $post_id ) |
|
|
menu_item_columns ( $columns ) |
|
|
menu_item_loop_class ( string $class ) : string |
Returns a Menu Item Markup element's class attribute. |
|
menu_item_loop_close_element ( string $field ) |
Outputs a Menu Item Markup element closing tag |
|
menu_item_loop_each_post ( $post ) |
Outputs the Menu Item Loop Marku
Attached to the 'the_post' action. |
|
menu_item_loop_header ( ) |
Outputs the Menu Group Header |
|
menu_item_loop_open_element ( string $field ) |
Outputs a Menu Item Markup element opening tag |
|
menu_item_price_meta_box ( $post, $meta_box ) |
|
|
no_title_sorting ( $columns ) |
|
|
process_form_request ( ) |
|
|
register_menu_item_meta_boxes ( ) |
* Edit One Item |
|
register_post_types ( ) |
|
|
register_taxonomies ( ) |
Register Taxonomies and Post Type |
|
set_custom_font_icon ( ) |
Custom Nova Icon CSS |
|
set_price ( $post_id, $price = '' ) |
|
|
setup_menu_item_columns ( ) |
|
|
setup_menu_item_loop_markup__in_filter ( $template ) : string |
Sets up the loop markup. |
|
show_menu_titles_in_menu_item_list ( $post ) |
*
Add menu title rows to the list table |
|
site_supports_nova ( ) |
Should this Custom Post Type be made available? |
|
sort_menu_item_queries_by_menu_order ( $query ) |
|
|
sort_menu_item_queries_by_menu_taxonomy ( $posts, $query ) |
|
|
start_menu_item_loop ( $query ) |
If the Query is a Menu Item Query, start outputing the Menu Item Loop Marku
Attached to the 'loop_start' action. |
|
stop_menu_item_loop ( $query ) |
If the Query is a Menu Item Query, stop outputing the Menu Item Loop Marku
Attached to the 'loop_end' action. |
|
updated_messages ( $messages ) |
Update messages for the Menu Item admin. |
|