Add_Anon_Recipe_Type::__construct()
Add_User_Recipe_Type constructor.
Source
File: src/core/anon/class-add-anon-recipe-type.php
public function __construct() { add_action( 'automator_add_recipe_type', [ $this, 'add_anon_type_recipe' ] ); }
Expand full source code Collapse full source code View on Github