WP_Privacy_Requests_Table::embed_scripts()publicWP 4.9.6

Embeds scripts used to perform actions. Overridden by children.

Method of the class: WP_Privacy_Requests_Table{}

No Hooks.

Return

null. Nothing (null).

Usage

$WP_Privacy_Requests_Table = new WP_Privacy_Requests_Table();
$WP_Privacy_Requests_Table->embed_scripts();

Changelog

Since 4.9.6 Introduced.

WP_Privacy_Requests_Table::embed_scripts() code WP 6.5.2

public function embed_scripts() {}