Advertisement
fauzanjeg

Some Change

Mar 5th, 2021
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.37 KB | None | 0 0
  1. /* Some Change */
  2. public function after_account_nav() {
  3.     if ( $this->is_user_allow_access() ) {
  4.         $button =
  5.             '<div class="frontend-submit-button">
  6.                 <a class="button" href="' . $this->get_editor_slug() . '"><i class="fa fa-edit"></i> ' . esc_html__( 'Write a Review', 'jnews-frontend-submit' ) . '</a>
  7.             </div>';
  8.  
  9.         echo jnews_sanitize_output( $button );
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement