mattweber / solr-for-wordpress

A WordPress plugin that replaces the default WordPress search with Solr
85 stars 36 forks source link

Only load s4w_options_init if 'solr-for-wordpress/solr-for-wordpress.php' is equal to $_GET['page'] #56

Closed alxvallejo closed 10 years ago

alxvallejo commented 11 years ago

's4w_options_init' action will only trigger on the solr options page. The function still immediately looks for $_GET['method'], which on 'init' will be null.