autohide fullscreen button
Hi,
You may add the code through wp_footer hook, by adding such code to your functions.php e.g.:
function your_function() {
?>
Your code goes here
}
add_action('wp_footer', 'your_function', 100);
?>
Read more
help.dimsemenov.com
No comments:
Post a Comment