ACF_Rest_Embed_Links::initialize
Method of the class: ACF_Rest_Embed_Links{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ACF_Rest_Embed_Links = new ACF_Rest_Embed_Links(); $ACF_Rest_Embed_Links->initialize();
ACF_Rest_Embed_Links::initialize() ACF Rest Embed Links::initialize code ACF 6.8.8
public function initialize() {
$this->hook_link_handlers();
}