Slide 24
Slide 24 text
Filter Hooks
@shawnhooper - shawnhooper.ca
$content = apply_filters ( ‘the_content’, $content );
wp-includes\post-template.php
$atts = apply_filters( 'wp_mail', compact( 'to', 'subject',
'message', 'headers', 'attachments' ) );
wp-includes\pluggable.php