How to use the shortcode [rlallpostcontactform] in (2) on the Settings-Window for "All Post Contact Form" on the WordPress Admin-Window, in my original template (in wp-content/themes/my theme/)'s PHP file. What should I do?
Yes, the shortcode [rlallpostcontactform] is a regular shortcode and can be used in PHP files in the same format as a regular shortcode. Specifically, please set as shown in the box below:
<?php echo do_shortcode('[rlallpostcontactform]'); ?>
( 2024/April/24, 21:35:23, JST )