'active', ) ); if ( ! isset( $args ) || ! array_key_exists( 'supports_event_sources', $args ) ) { return; } if ( ! current_user_can( 'manage_options' ) ) { return; } $event_plugins_supporting_event_sources = $args['supports_event_sources']; $selected_plugin = \get_option( 'event_bridge_for_activitypub_plugin_used_for_event_source_feature', '' ); $event_sources_active = \get_option( 'event_bridge_for_activitypub_event_sources_active', false ); ?>

>

'; foreach ( $plugins_supporting_event_sources as $event_plugin ) { echo '
  • ' . esc_attr( $event_plugin->get_plugin_name() ) . '
  • '; } echo ''; return; } ?>
    '; return; } ?>

    prepare_items(); $table->search_box( 'Search', 'search' ); $table->display(); ?>