Skip to content

Commit

Permalink
Menu helper data to the debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
Miika Arponen committed Jun 11, 2016
1 parent bcdb502 commit 5a618d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dustpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ public function render( $args = array() ) {
$output = apply_filters( 'dustpress/output', $output, $options );

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

if ( $echo ) {
if ( empty ( strlen( $output ) ) ) {
Expand Down

0 comments on commit 5a618d5

Please sign in to comment.