Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: wp_prepare_attachment_for_js

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
4203      /**
4204       * Filters the attachment data prepared for JavaScript.
4205       *
4206       * @since 3.5.0
4207       *
4208       * @param array       $response   Array of prepared attachment data. @see wp_prepare_attachment_for_js().
4209       * @param WP_Post     $attachment Attachment object.
4210       * @param array|false $meta       Array of attachment meta data, or false if there is none.
4211       */
4212      return apply_filters( 'wp_prepare_attachment_for_js', $response, $attachment, $meta );
4213 }
4214
4215 /**
4216  * Enqueues all scripts, styles, settings, and templates necessary to use
4217  * all media JS APIs.
4218  *
4219  * @since 3.5.0
4220  *
4221  * @global int       $content_width