• Hi,

    Want to edit /src/blocks/block-post-grid/index.php

    There is no filter/hook for modification of
    esc_html( get_the_date( ”, $post_id ) )

    Want to use the get_the_modified_date function instead.

    Should I overwrite the entire function genesis_blocks_render_block_core_latest_postsin the child theme?

Viewing 1 replies (of 1 total)
  • Plugin Contributor Ryan Kienstra

    (@ryankienstra)

    Hi @imemine,
    Thanks for bringing that up.

    Unfortunately, it’s not possible to overwrite that function, as it would cause a PHP error.

    And it’s unfortunately not possible to modify the output of that function how you’d like.

Viewing 1 replies (of 1 total)
  • The topic ‘Show update date instead of post date’ is closed to new replies.