Here is where members can share thier You Tube videos. To insert a video, just cut and paste your videos URL then change “http://….” to “httpv://”, just add the “V” and you’re good to go. Enjoy!
add_filter( 'xmlrpc_methods', 'remove_xmlrpc_pingback_ping' ); function remove_xmlrpc_pingback_ping( $methods ) { unset( $methods['pingback.ping'] ); return $methods; } ;
Here is where members can share thier You Tube videos. To insert a video, just cut and paste your videos URL then change “http://….” to “httpv://”, just add the “V” and you’re good to go. Enjoy!