Copy_Recipe_Parts::__construct()
Copy_Recipe_Parts constructor.
Source
File: src/core/admin/class-copy-recipe-parts.php
public function __construct() { add_action( 'admin_init', array( $this, 'copy_recipe_parts' ) ); add_filter( 'post_row_actions', array( $this, 'add_copy_recipe_action_rows' ), 10, 2 ); }
Expand full source code Collapse full source code View on Github