We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed949d3 commit 129fed9Copy full SHA for 129fed9
includes/Traits/OrderBy.php
@@ -59,6 +59,7 @@ trait OrderBy {
59
*
60
* @return void
61
*/
62
+ // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid
63
public function process_orderBy(): void {
64
// Retrieve the orderBy parameter from the block's custom parameters.
65
$order_by = $this->custom_params['orderBy'] ?? null;
0 commit comments