Title: page_attributes_misc_attributes
Published: November 20, 2017
Last modified: May 20, 2026

---

# do_action( ‘page_attributes_misc_attributes’, WP_Post $post )

## In this article

 * [Parameters](https://developer.wordpress.org/reference/hooks/page_attributes_misc_attributes/?output_format=md#parameters)
 * [Source](https://developer.wordpress.org/reference/hooks/page_attributes_misc_attributes/?output_format=md#source)
 * [Related](https://developer.wordpress.org/reference/hooks/page_attributes_misc_attributes/?output_format=md#related)
 * [Changelog](https://developer.wordpress.org/reference/hooks/page_attributes_misc_attributes/?output_format=md#changelog)

[ Back to top](https://developer.wordpress.org/reference/hooks/page_attributes_misc_attributes/?output_format=md#wp--skip-link--target)

Fires before the help hint text in the ‘Page Attributes’ meta box.

## 󠀁[Parameters](https://developer.wordpress.org/reference/hooks/page_attributes_misc_attributes/?output_format=md#parameters)󠁿

 `$post`[WP_Post](https://developer.wordpress.org/reference/classes/wp_post/)

The current post.

## 󠀁[Source](https://developer.wordpress.org/reference/hooks/page_attributes_misc_attributes/?output_format=md#source)󠁿

    ```php
    do_action( 'page_attributes_misc_attributes', $post );
    ```

[View all references](https://developer.wordpress.org/reference/files/wp-admin/includes/meta-boxes.php/)
[View on Trac](https://core.trac.wordpress.org/browser/tags/7.0/src/wp-admin/includes/meta-boxes.php#L1080)
[View on GitHub](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-admin/includes/meta-boxes.php#L1080-L1080)

## 󠀁[Related](https://developer.wordpress.org/reference/hooks/page_attributes_misc_attributes/?output_format=md#related)󠁿

| Used by | Description | 
| [page_attributes_meta_box()](https://developer.wordpress.org/reference/functions/page_attributes_meta_box/)`wp-admin/includes/meta-boxes.php` |

Displays page attributes form fields.

  |

## 󠀁[Changelog](https://developer.wordpress.org/reference/hooks/page_attributes_misc_attributes/?output_format=md#changelog)󠁿

| Version | Description | 
| [4.9.0](https://developer.wordpress.org/reference/since/4.9.0/) | Introduced. |

## User Contributed Notes

You must [log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fdeveloper.wordpress.org%2Freference%2Fhooks%2Fpage_attributes_misc_attributes%2F)
before being able to contribute a note or feedback.