Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action( 'tiny_mce_before_init', function () {
- add_action('admin_footer',function (){
- ?>
- <script>
- (document.querySelector('[name="jnews_food_recipe[food_recipe_title]"]') || {}).placeholder='your placeholder here';
- </script>
- <?php
- } );
- } );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement