$search_input
// translators: Placeholder is the search term.
? sprintf( __( 'No results found for "%s".', 'wp-job-manager' ), $search_input )
: __( 'You do not have any active listings.', 'wp-job-manager' )
]
); ?>
$column ) : ?>
ID ] ?? [] ); ?>
ID ] ) ) {
foreach ( $job_actions[ $job->ID ] as $action ) {
$actions_html .= '
' . esc_html( $action['label'] ) . '' . "\n";
}
}
echo UI_Elements::actions_menu( $actions_html );
?>
$max_num_pages ] ); ?>