$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>plugins - Background Music WP|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

plugins - Background Music WP

matteradmin9PV0评论
Closed. This question is off-topic. It is not currently accepting answers.

Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.

Closed 6 years ago.

Improve this question

this may be a stupid topic but a client has commissioned me this: some music to be included in some pages. I can not find any plugins to help me do this. Do you know anyone? Now, I was thinking if you could do with php by creating a simple plugin or using js with a small script. What's better? Can you help me? Thanks

Closed. This question is off-topic. It is not currently accepting answers.

Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.

Closed 6 years ago.

Improve this question

this may be a stupid topic but a client has commissioned me this: some music to be included in some pages. I can not find any plugins to help me do this. Do you know anyone? Now, I was thinking if you could do with php by creating a simple plugin or using js with a small script. What's better? Can you help me? Thanks

Share Improve this question asked Nov 6, 2018 at 21:01 user153664user153664 2
  • I don't think several modern browsers even allow auto-playing audio without the user clicking a button first. – Jacob Peattie Commented Nov 7, 2018 at 5:48
  • Asking for plugin recommendations is considered to be Off Topic. This question would be better asked over at The Official WordPress Forums – Howdy_McGee Commented Nov 14, 2018 at 17:03
Add a comment  | 

1 Answer 1

Reset to default 1

I would do your best to talk them out of it.

https://moz/blog/how-to-convince-a-client-their-site-doesnt-need-music

If all else fails

<audio src="horse.ogg" controls> Your browser does not support the audio element. </audio>

https://www.w3schools/tags/att_audio_src.asp

Articles related to this article

Post a comment

comment list (0)

  1. No comments so far