Advertisement
GochiSiyan

placeholder

Apr 28th, 2021
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. add_action( 'tiny_mce_before_init', function () {
  2. add_action('admin_footer',function (){
  3. ?>
  4. <script>
  5. (document.querySelector('[name="jnews_food_recipe[food_recipe_title]"]') || {}).placeholder='your placeholder here';
  6. </script>
  7. <?php
  8. } );
  9. } );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement