Skip to content

Commit

Permalink
Update Hooks.php
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaiCraciun88 committed Jan 16, 2024
1 parent 7a8a077 commit 5cb8203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ function _wp_oblio_add_invoice_column($columns) {
return $columns;
}

function _wp_oblio_add_invoice_column_content($column, $item) {
function _wp_oblio_add_invoice_column_content($column, $item = null) {
global $post;
switch ($column) {
case 'oblio_invoice':
Expand Down

0 comments on commit 5cb8203

Please sign in to comment.