attachment.php
Attachment page appearance.
Tags
Table of Contents
Functions
- enable_custom_image_template() : void
- Enable the custom template part on the image attachment page.
- disable_image_template() : bool
- Disable the core template part on the image attachment page.
Functions
enable_custom_image_template()
Enable the custom template part on the image attachment page.
enable_custom_image_template(string $template) : void
Parameters
- $template : string
-
Not used.
Tags
disable_image_template()
Disable the core template part on the image attachment page.
disable_image_template(bool $flag) : bool
Parameters
- $flag : bool
-
Flag to determine use of standard template part.
Tags
Return values
bool —The (maybe) modified flag.