Skip to content

Commit

Permalink
Merge pull request #580 from equalizedigital/feature/local-dev-branch
Browse files Browse the repository at this point in the history
disclosure
  • Loading branch information
tronsymphony authored Oct 25, 2023
2 parents 4f6fafb + d780181 commit 2797412
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions single.php
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,9 @@ function eqd_single_after_entry_author_info() {
**/
function eqd_single_after_entry_block_disclosure() {
if ( has_block( 'acf/vendor-repeater' ) ) {
$hide_section_per_page = get_field( 'hide_student_loans_section', get_the_ID() );
if ( $hide_section_per_page ) {
// $hide_section_per_page = get_field( 'hide_student_loans_section', get_the_ID() );
$hide_table_section_only = get_field( 'hide_table_section_only', get_the_ID() );
if ( $hide_table_section_only ) {
return;
}
?>
Expand Down

0 comments on commit 2797412

Please sign in to comment.