Skip to content

Commit 5a618d5

Browse files
author
Miika Arponen
committed
Menu helper data to the debugger
1 parent bcdb502 commit 5a618d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dustpress.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ public function render( $args = array() ) {
547547
$output = apply_filters( 'dustpress/output', $output, $options );
548548

549549
// Do something with the data after rendering
550-
apply_filters( "dustpress/data/after_render", $render_data );
550+
apply_filters( "dustpress/data/after_render", $this->model->data );
551551

552552
if ( $echo ) {
553553
if ( empty ( strlen( $output ) ) ) {

0 commit comments

Comments
 (0)