Skip to navigation
How to remove a youtube string in wordpress
27.04.16
add like the below function to your functions.php file function remove_youtube($string) { $pattern = '/http:\/\/www.youtube.com\/watch\?v=[a-zA-Z0-9]*/'; $replacement = '${1}'; return preg_replace($pattern, $replacement, $string); }
https://codex.wordpress.org/Function_Reference/wp_register
Reply
Anonymous
Information Epoch 1762592197
Make every program a filter.
Home
Notebook
Contact us