10 | | File : wp-signup.php:493 |
11 | | Reason : RequiredAfterOptionalParam |
12 | | Snippet : $user_name = '' |
13 | | Line : function confirm_blog_signup($domain, $path, $blog_title, $user_name = '', $user_email = '', $meta) { |
14 | | |
15 | | -------------------------------- |
16 | | File : wp-signup.php:493 |
17 | | Reason : RequiredAfterOptionalParam |
18 | | Snippet : $user_email = '' |
19 | | Line : function confirm_blog_signup($domain, $path, $blog_title, $user_name = '', $user_email = '', $meta) { |
20 | | |
21 | | -------------------------------- |
22 | | File : wp-includes/widgets.php:76 |
23 | | Reason : RequiredAfterOptionalParam |
24 | | Snippet : $id_base = false |
25 | | Line : function WP_Widget( $id_base = false, $name, $widget_options = array(), $control_options = array() ) { |
26 | | |
27 | | -------------------------------- |
28 | | File : wp-includes/widgets.php:93 |
29 | | Reason : RequiredAfterOptionalParam |
30 | | Snippet : $id_base = false |
31 | | Line : function __construct( $id_base = false, $name, $widget_options = array(), $control_options = array() ) { |
32 | | |
33 | | -------------------------------- |
34 | | File : wp-includes/post.php:4789 |
35 | | Reason : RequiredAfterOptionalParam |
36 | | Snippet : $deprecated = '' |
37 | | Line : function _future_post_hook( $deprecated = '', $post ) { |
38 | | |
39 | | -------------------------------- |
40 | | File : wp-admin/includes/class-wp-terms-list-table.php:173 |
41 | | Reason : RequiredAfterOptionalParam |
42 | | Snippet : $start = 0 |
43 | | Line : function _rows( $taxonomy, $terms, &$children, $start = 0, $per_page = 20, &$count, $parent = 0, $level = 0 ) { |
44 | | |
45 | | -------------------------------- |
46 | | File : wp-admin/includes/class-wp-terms-list-table.php:173 |
47 | | Reason : RequiredAfterOptionalParam |
48 | | Snippet : $per_page = 20 |
49 | | Line : function _rows( $taxonomy, $terms, &$children, $start = 0, $per_page = 20, &$count, $parent = 0, $level = 0 ) { |
50 | | |
51 | | -------------------------------- |
52 | | File : wp-admin/includes/class-wp-terms-list-table.php:159 |
53 | | Reason : TooManyArgument |
54 | | Snippet : $this->single_row($term, 0, $taxonomy) |
55 | | Line : $out .= $this->single_row( $term, 0, $taxonomy ); |
56 | | |
57 | | -------------------------------- |
58 | | File : wp-admin/includes/class-wp-terms-list-table.php:202 |
59 | | Reason : TooManyArgument |
60 | | Snippet : $this->single_row($my_parent, $level - $num_parents, $taxonomy) |
61 | | Line : $output .= "\t" . $this->single_row( $my_parent, $level - $num_parents, $taxonomy ); |
62 | | |
63 | | -------------------------------- |
64 | | File : wp-admin/includes/class-wp-terms-list-table.php:208 |
65 | | Reason : TooManyArgument |
66 | | Snippet : $this->single_row($term, $level, $taxonomy) |
67 | | Line : $output .= "\t" . $this->single_row( $term, $level, $taxonomy ); |
68 | | |
69 | | -------------------------------- |
74 | | |
75 | | -------------------------------- |
76 | | File : wp-includes/class-wp-walker.php:118 |
77 | | Reason : RequiredAfterOptionalParam |
78 | | Snippet : $depth = 0 |
79 | | Line : function display_element( $element, &$children_elements, $max_depth, $depth=0, $args, &$output ) { |
80 | | |
81 | | -------------------------------- |
82 | | File : wp-includes/comment-template.php:1298 |
83 | | Reason : RequiredAfterOptionalParam |
84 | | Snippet : $depth = 0 |
85 | | Line : function display_element( $element, &$children_elements, $max_depth, $depth=0, $args, &$output ) { |
86 | | |
87 | | -------------------------------- |
88 | | File : wp-includes/deprecated.php:802 |
89 | | Reason : RequiredAfterOptionalParam |
90 | | Snippet : $echo = false |
91 | | Line : function get_author_link($echo = false, $author_id, $author_nicename = '') { |
92 | | |
93 | | -------------------------------- |
94 | | File : wp-includes/deprecated.php:1709 |
95 | | Reason : TooManyArgument |
96 | | Snippet : get_the_content($more_link_text, $stripteaser, $more_file) |
97 | | Line : $content = get_the_content($more_link_text, $stripteaser, $more_file); |
| 44 | File : wp-includes/class-wp-walker.php:118 |
| 45 | Reason : RequiredAfterOptionalParam |
| 46 | Snippet : $depth = 0 |
| 47 | Line : function display_element( $element, &$children_elements, $max_depth, $depth=0, $args, &$output ) { |
| 48 | |
| 49 | -------------------------------- |
| 50 | File : wp-includes/comment-template.php:1298 |
| 51 | Reason : RequiredAfterOptionalParam |
| 52 | Snippet : $depth = 0 |
| 53 | Line : function display_element( $element, &$children_elements, $max_depth, $depth=0, $args, &$output ) { |
| 54 | |
| 55 | -------------------------------- |
| 56 | File : wp-includes/deprecated.php:802 |
| 57 | Reason : RequiredAfterOptionalParam |
| 58 | Snippet : $echo = false |
| 59 | Line : function get_author_link($echo = false, $author_id, $author_nicename = '') { |
| 60 | |
| 61 | -------------------------------- |
| 62 | File : wp-includes/deprecated.php:1709 |
| 63 | Reason : TooManyArgument |
| 64 | Snippet : get_the_content($more_link_text, $stripteaser, $more_file) |
| 65 | Line : $content = get_the_content($more_link_text, $stripteaser, $more_file); |
| 66 | |
| 67 | -------------------------------- |
| 68 | File : wp-signup.php:493 |
| 69 | Reason : RequiredAfterOptionalParam |
| 70 | Snippet : $user_name = '' |
| 71 | Line : function confirm_blog_signup($domain, $path, $blog_title, $user_name = '', $user_email = '', $meta) { |
| 72 | |
| 73 | -------------------------------- |
| 74 | File : wp-signup.php:493 |
| 75 | Reason : RequiredAfterOptionalParam |
| 76 | Snippet : $user_email = '' |
| 77 | Line : function confirm_blog_signup($domain, $path, $blog_title, $user_name = '', $user_email = '', $meta) { |
| 78 | |
| 79 | -------------------------------- |
| 80 | File : wp-includes/widgets.php:76 |
| 81 | Reason : RequiredAfterOptionalParam |
| 82 | Snippet : $id_base = false |
| 83 | Line : function WP_Widget( $id_base = false, $name, $widget_options = array(), $control_options = array() ) { |
| 84 | |
| 85 | -------------------------------- |
| 86 | File : wp-includes/widgets.php:93 |
| 87 | Reason : RequiredAfterOptionalParam |
| 88 | Snippet : $id_base = false |
| 89 | Line : function __construct( $id_base = false, $name, $widget_options = array(), $control_options = array() ) { |
| 90 | |
| 91 | -------------------------------- |
| 92 | File : wp-includes/post.php:4789 |
| 93 | Reason : RequiredAfterOptionalParam |
| 94 | Snippet : $deprecated = '' |
| 95 | Line : function _future_post_hook( $deprecated = '', $post ) { |
| 96 | |
| 97 | -------------------------------- |
| 98 | File : wp-admin/includes/class-wp-terms-list-table.php:173 |
| 99 | Reason : RequiredAfterOptionalParam |
| 100 | Snippet : $start = 0 |
| 101 | Line : function _rows( $taxonomy, $terms, &$children, $start = 0, $per_page = 20, &$count, $parent = 0, $level = 0 ) { |
| 102 | |
| 103 | -------------------------------- |
| 104 | File : wp-admin/includes/class-wp-terms-list-table.php:173 |
| 105 | Reason : RequiredAfterOptionalParam |
| 106 | Snippet : $per_page = 20 |
| 107 | Line : function _rows( $taxonomy, $terms, &$children, $start = 0, $per_page = 20, &$count, $parent = 0, $level = 0 ) { |
| 108 | |
| 109 | -------------------------------- |
| 110 | File : wp-includes/rewrite.php:92 |
| 111 | Reason : TooManyArgument |
| 112 | Snippet : remove_action($hook, $hook, 10, 1) |
| 113 | Line : remove_action($hook, $hook, 10, 1); |
| 114 | |
| 115 | -------------------------------- |
| 116 | File : wp-admin/includes/user.php:350 |
| 117 | Reason : TooManyArgument |
| 118 | Snippet : delete_user_setting('default_password_nag', $user_ID) |
| 119 | Line : delete_user_setting('default_password_nag', $user_ID); |
| 120 | |
| 121 | -------------------------------- |
| 122 | File : wp-admin/includes/class-wp-terms-list-table.php:159 |
| 123 | Reason : TooManyArgument |
| 124 | Snippet : $this->single_row($term, 0, $taxonomy) |
| 125 | Line : $out .= $this->single_row( $term, 0, $taxonomy ); |
| 126 | |
| 127 | -------------------------------- |
| 128 | File : wp-admin/includes/class-wp-terms-list-table.php:202 |
| 129 | Reason : TooManyArgument |
| 130 | Snippet : $this->single_row($my_parent, $level - $num_parents, $taxonomy) |
| 131 | Line : $output .= "\t" . $this->single_row( $my_parent, $level - $num_parents, $taxonomy ); |
| 132 | |
| 133 | -------------------------------- |
| 134 | File : wp-admin/includes/class-wp-terms-list-table.php:208 |
| 135 | Reason : TooManyArgument |
| 136 | Snippet : $this->single_row($term, $level, $taxonomy) |
| 137 | Line : $output .= "\t" . $this->single_row( $term, $level, $taxonomy ); |
| 138 | |
| 139 | -------------------------------- |