Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Some Change */
- public function after_account_nav() {
- if ( $this->is_user_allow_access() ) {
- $button =
- '<div class="frontend-submit-button">
- <a class="button" href="' . $this->get_editor_slug() . '"><i class="fa fa-edit"></i> ' . esc_html__( 'Write a Review', 'jnews-frontend-submit' ) . '</a>
- </div>';
- echo jnews_sanitize_output( $button );
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement