Showing 5,566 of 7,504 total issues
Method add_theme_page
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function add_theme_page( $page_title, $menu_title, $access_level, $file, $function = '' ) {
Method add_comments_page
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function add_comments_page( $page_title, $menu_title, $access_level, $file, $function = '' ) {
Method add_options_page
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function add_options_page( $page_title, $menu_title, $access_level, $file, $function = '' ) {
Method add_posts_page
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function add_posts_page( $page_title, $menu_title, $access_level, $file, $function = '' ) {
Method add_management_page
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function add_management_page( $page_title, $menu_title, $access_level, $file, $function = '' ) {
Method add_dashboard_page
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function add_dashboard_page( $page_title, $menu_title, $access_level, $file, $function = '' ) {
Method add_pages_page
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function add_pages_page( $page_title, $menu_title, $access_level, $file, $function = '' ) {
Method add_media_page
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function add_media_page( $page_title, $menu_title, $access_level, $file, $function = '' ) {
Method add_links_page
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function add_links_page( $page_title, $menu_title, $access_level, $file, $function = '' ) {
Method akismet_http_post
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function akismet_http_post( $request, $host, $path, $port = 80, $ip = null ) {
Method signup_blog
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function signup_blog($user_name = '', $user_email = '', $blogname = '', $blog_title = '', $errors = '') {
Method akismet_http_post
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function akismet_http_post($request, $host, $path, $port = 80, $ip=null) {
Method get_archives_link
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function get_archives_link($url, $text, $format = 'html', $before = '', $after = '') {
Method the_editor
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function the_editor($content, $id = 'content', $prev_id = 'title', $media_buttons = true, $tab_index = 2) {
Method get_term_by
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function get_term_by($field, $value, $taxonomy, $output = OBJECT, $filter = 'raw') {
Method EmbeddedLookup
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public static function EmbeddedLookup($key, $begin, $end, $file, $name) {
Method MPEGaudioFrameLength
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public static function MPEGaudioFrameLength(&$bitrate, &$version, &$layer, $padding, &$samplerate) {
Method decodeMPEGaudioHeader
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function decodeMPEGaudioHeader($offset, &$info, $recursivesearch=true, $ScanAsCBR=false, $FastMPEGheaderScan=false) {
Method sanitize_term_field
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function sanitize_term_field($field, $value, $term_id, $taxonomy, $context) {
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __construct($type = null, $lang = null, $startTime = null, $endTime = null, $text = null)