Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: embed_handler_html

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
159                                *
160                                * @since 2.9.0
161                                *
162                                * @see WP_Embed::shortcode()
163                                *
164                                * @param string|false $return The HTML result of the shortcode, or false on failure.
165                                * @param string       $url    The embed URL.
166                                * @param array        $attr   An array of shortcode attributes.
167                                */
168                               return apply_filters( 'embed_handler_html', $return, $url, $attr );
169                          }
170                     }
171                }
172           }
173
174           return false;
175      }
176
177      /**