How to protect a widget's custome in a post?
I have some posts protected with a password, but this widget is visible.
if ( ! ( $post->post_password && post_password_required() ) )
The plugin used is this: link
How to protect a widget's custome in a post?
I have some posts protected with a password, but this widget is visible.
if ( ! ( $post->post_password && post_password_required() ) )
The plugin used is this: link