@@ -103,6 +103,11 @@ |
||
103 | 103 | */ |
104 | 104 | if( ! function_exists( 'wsl_render_error_page' ) ) |
105 | 105 | { |
106 | + /** |
|
107 | + * @param string $message |
|
108 | + * @param string $notes |
|
109 | + * @param string $api_error |
|
110 | + */ |
|
106 | 111 | function wsl_render_error_page( $message, $notes = null, $provider = null, $api_error = null, $php_exception = null ) |
107 | 112 | { |
108 | 113 | $assets_base_url = WORDPRESS_SOCIAL_LOGIN_PLUGIN_URL . 'assets/img/'; |