WP_Privacy_Requests_Table::embed_scripts() WordPress Method
The WP_Privacy_Requests_Table::embed_scripts() method is used to enqueue the necessary JavaScript files for the WP Privacy Requests Table.
WP_Privacy_Requests_Table::embed_scripts() #
Embed scripts used to perform actions. Overridden by children.
Source
File: wp-admin/includes/class-wp-privacy-requests-table.php
public function embed_scripts() {}
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
4.9.6 | Introduced. |