You appear to be a bot. Output may be restricted
Description
Check if this folder should be processed
Usage
$bool = _la_RFI::accept();
Parameters
Returns
bool true if this (file's) folder is not in the array of excluded folders
Source
File name: oik-batch/oik-list-wordpress-files.php
Lines:
1 to 3 of 3
public function accept() { return( !in_array( $this->current()->getFileName(), array( "plugins", "themes", "wp-content", ".hg", ".idea", "cookie-cat", "happy", "images", "us-tides_svn" ), true )); }