开发者 |
unmus
jordansilaen |
---|---|
更新时间 | 2024年4月27日 00:47 |
PHP版本: | 7.0 及以上 |
WordPress版本: | 6.5.2 |
版权: | GPLv3 or later |
版权网址: | 版权信息 |
This is Hello Dolly by Louis Armstrong. If no text is maintained in the options, the programm uses the songtext of Hello Dolly.
You find the block in the category "widgets".
Type [hdfys] in a blank line in the WordPress editor.
You can define the title in the settings of the widget.
Use the template tag hello_dolly_for_your_song() in your theme file. The random line will directly printed embedded within a container.
You can use the hidden option for that! Please set the option "hdfys_admin_lyric" to 0 in the table wp_options within your WordPress database. Because of that the lyric in the admin panel will be faded out. Going back to standard settings, just set the value to 1.
Yes, you can. Each output of this plugin has individual css classes. Please use your debugging tools, to find the classes.
You can use the regular way on the plugin page. After deinstallation your wordpress is really clean.
Helly Dolly For Your Song works for texts in poem style. This means you need a text with word wraps after each line or sentence. If you want to use a continuous text in the plugin, you should add word wraps after each sentence.
You can access the random line with the function get_hello_dolly_for_your_song() in other plugin code or via functions.php. The function returns just one single random line without markup for further processing.
Yes! :-D You can access the endpoint with http://yourblogdomain/wp-json/restful-hello-dolly-for-your-song/text. The endpoint delivers one random line back. So it's not really REST, it's only "READ".
The HTML-oupt of the gutenberg block, template tag or shortcode can be manipulated. This will be made with the Filter hdfys_output_filter. Below you find a code example.
Several admin pages like settings are excluded, because some plugins do not use the wordpress standard layout. To avoid breaks in the user design, these pages are excluded.