embed_content - akirk/friends GitHub Wiki
Prints additional content after the embed excerpt.
Auto-generated Example
add_action(
'embed_content',
function() {
// Your code here.
}
);
Files
do_action( 'embed_content' )
Prints additional content after the embed excerpt.
add_action(
'embed_content',
function() {
// Your code here.
}
);
do_action( 'embed_content' )