We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcdb502 commit 5a618d5Copy full SHA for 5a618d5
dustpress.php
@@ -547,7 +547,7 @@ public function render( $args = array() ) {
547
$output = apply_filters( 'dustpress/output', $output, $options );
548
549
// Do something with the data after rendering
550
- apply_filters( "dustpress/data/after_render", $render_data );
+ apply_filters( "dustpress/data/after_render", $this->model->data );
551
552
if ( $echo ) {
553
if ( empty ( strlen( $output ) ) ) {
0 commit comments