We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08bf7cd commit dbc518cCopy full SHA for dbc518c
1 file changed
cronplus.php
@@ -37,7 +37,7 @@ function __construct( $args ) {
37
'name' => 'cronplus',
38
'schedule' => 'schedule', // Schedule or single,
39
'cb' => '',
40
- 'args' => ''. // Args passed to the hook
+ 'args' => '' // Args passed to the hook
41
);
42
43
$this->args = wp_parse_args( $args, $defaults );
0 commit comments