Automator_Load::include_core_files()
Return Return
(mixed|void)
Source Source
File: src/class-automator-load.php
public function include_core_files() { /** * Abstracts. */ do_action( 'automator_before_abstract_init' ); do_action( 'automator_after_abstract_init' ); }
Expand full source code Collapse full source code View on Github