Skip to content

Commit

Permalink
removing cache options
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 authored Sep 4, 2020
1 parent fae2291 commit ca904f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class MV_My_Recent_Posts_Widget extends WPH_Widget {
'label' => __( 'My Recent Posts', 'mv-my-recente-posts' ),
'description' => __( 'My Recent Posts Widget Description', 'mv-my-recente-posts' ),
'slug' => 'my_recent_posts',
'options' => array( 'cache' => true )
'options' => array() //classname, description
);

$args['fields'] = array(
Expand Down

0 comments on commit ca904f0

Please sign in to comment.