Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- add_action( 'wp_head', function () { ?>
- <script>
- /* write your JavaScript code here */
- jQuery(document).ready(function( $ ){
- // Run this code only for logged-in user
- $("td.data-column a").text(function () {
- return $(this).text().replace("Preview", "View Post");
- });
- });
- </script>
- <?php } );
Advertisement
Add Comment
Please, Sign In to add comment