Navigation implements Registerable
Adds support for new WooCommerce navigation
Tags
Interfaces, Classes and Traits
- Registerable
- An object that can be registered with WordPress via the Plugin API, i.e. add_action() and add_filter().
Table of Contents
- $navigation_id : mixed
- $navigation_title : mixed
- $plugin : mixed
- __construct() : mixed
- register() : void
- Register this object with WordPress.
- register_navigation_items() : mixed
Properties
$navigation_id
    private
        mixed
    $navigation_id
    
        
        
    
$navigation_title
    private
        mixed
    $navigation_title
    
        
        
    
$plugin
    private
        mixed
    $plugin
    
        
        
    
Methods
__construct()
    public
                __construct(Plugin $plugin[, mixed $navigation_id = null ][, mixed $navigation_title = null ]) : mixed
        
        Parameters
- $plugin : Plugin
- $navigation_id : mixed = null
- $navigation_title : mixed = null
Return values
mixed —register()
Register this object with WordPress.
    public
                register() : void
    
    
    
        Return values
void —register_navigation_items()
    public
                register_navigation_items() : mixed