Skip to content

Commit

Permalink
fix: single post author avatar setting [#2929]
Browse files Browse the repository at this point in the history
  • Loading branch information
cristian-ungureanu committed Jun 29, 2021
1 parent 725d8d1 commit debb324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/views/pluggable/metabox_settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function () {
);
add_filter( 'neve_layout_single_post_elements_order', array( $this, 'filter_post_elements' ) );
add_filter( 'neve_post_title_alignment', array( $this, 'filter_title_alignment' ) );
add_filter( 'neve_display_author_avatar', array( $this, 'filter_author_avatar_display' ) );
add_filter( 'neve_display_author_avatar', array( $this, 'filter_author_avatar_display' ), 15 );
}

/**
Expand Down

0 comments on commit debb324

Please sign in to comment.