Recipe_Post_Metabox::__construct()
Recipe_Post_Metabox constructor.
Source
File: src/core/automator-post-types/uo-recipe/class-recipe-post-metabox.php
public function __construct() { // Adding entry point for JS based triggers and actions UI into Meta Boxes add_action( 'add_meta_boxes', array( $this, 'recipe_add_meta_box_ui' ), 11 ); }
Expand full source code Collapse full source code View on Github